type runtime.note

17 uses

	runtime (current package)
		lock_futex.go#L22: func noteclear(n *note) {
		lock_futex.go#L26: func notewakeup(n *note) {
		lock_futex.go#L35: func notesleep(n *note) {
		lock_futex.go#L60: func notetsleep_internal(n *note, ns int64) bool {
		lock_futex.go#L106: func notetsleep(n *note, ns int64) bool {
		lock_futex.go#L117: func notetsleepg(n *note, ns int64) bool {
		note_other.go#L29: type note struct {
		proc.go#L2762: 	wake    note
		profbuf.go#L102: 	wait        note
		runtime2.go#L569: 	park            note
		runtime2.go#L821: 	stopnote   note
		runtime2.go#L823: 	sysmonnote note
		runtime2.go#L829: 	safePointNote note
		sigqueue.go#L52: 	note       note
		sigqueue_note.go#L14: func sigNoteSetup(*note) {
		sigqueue_note.go#L18: func sigNoteSleep(*note) {
		sigqueue_note.go#L22: func sigNoteWakeup(*note) {